home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 6
/
CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso
/
cucd
/
prog
/
gnu-c
/
gccfindhit
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1995-05-23
|
362 b
|
12 lines
CC = gcc
#uncomment the following line if the host is a little endian machine
#(the Amiga is *not* little endian :-)
#ENDIANNESS = -DLITTLE_ENDIAN
#Comment the following line if your compiler doesn't like it
#or if you absolutely want ixemul
AFLAGS = -noixemul
GccFindHit: GccFindHit.c defs.h
$(CC) $(AFLAGS) -Wall -O $(ENDIANNESS) GccFindHit.c -o GccFindHit